body,
div,
img,
span,
p,
a,
header,
footer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

@media screen and (min-width:750px) {
    .default-box {
        width: 1100px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .default-title {
        border-bottom: 3px solid #DDEAF3;
        height: 120px;
		width: 100%;
    	overflow-x: auto;
		overflow-y: hidden;
    	display: flex;
    }
    .default-title-text {
        display: inline-block;
        font-size: 40px;
        text-align: center;
        height: 120px;
        line-height: 120px;
        min-width: 25%;
        padding: 0 20px;
        font-weight: bold;
        cursor: pointer;
        float: left;
    }
    .default-title-text.active {
        color: #0C70C6;
        border-bottom: 8px solid #0C70C6;
    }
	.old_type .more_btn{ font-size:36px; display: block; padding:15px 0; text-align: center;}

    .default-ul {
        list-style: none;
    }
    .default-li {
        width: 100%;
        max-width:1100px;
        cursor: pointer;
        height: 88px;
        line-height: 80px;
		border-bottom:1px dashed #ddd;
    }
    .dafault-li-yuan {
        margin-right: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        vertical-align: middle;
    }
    .default-li-title {
        font-size: 36px;
        color: #333;
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle;
    }
    .default-li-time {
        font-size: 36px;
        display: inline-block;
        text-align: right;
        width: 15%;
        color: #999;
        vertical-align: middle;
    }
    .default-title2 {
        height: 120px;
        zoom: 1;
        overflow: hidden;
    }
    .default-title2-div {
        width: 20px;
        height: 60px;
        background-color: red;
        margin-right: 20px;
        margin-top: 30px;
        display: inline-block;
        float: left;
    }
    .default-title2-text {
        font-weight: bold;
        font-size: 48px;
        display: inline-block;
        line-height: 120px;
    }
    .default-ul2 {
        list-style: none;
        white-space: normal;
        zoom: 1;
        overflow: hidden;
    }
    .default-li2 {
        float: left;
        width: 33%;
        height: 80px;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
    }
	.old_type .default-li2{ width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .dafault-li2-yuan {
        float: left;
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #0C70C6;
        border-radius: 50%;
        margin-right: 10px;
        margin-top: 40px;
    }
    .default-li2-title {
        font-size: 40px;
        line-height: 80px;
    }
    .none {
        display: none;
    }
    .threeDiv {
        width: 33.3%;
    }
    .crumbs-title {
        font-size: 36px;
        padding: 30px 0;
        width: 100%;
        border-bottom: 2px solid #eee;
    }
    .img-box {
        margin: 40px 0;
        height: 145px;
    }
    .img-box-img {
        display: inline-block;
        width: 48%;
		height:145px;
        overflow: hidden;
        zoom: 1;		
    }
    .img-box-img1 {
        float: left;
    }
    .img-box-img2 {
        float: right;
    }
	
	#contentInfo{ margin:20px 0 0;}
	.xxgk_article td{ height:65px !important; white-space:nowrap; padding:0 15px;}
	.wenzhnag{ padding:0;}
	
}

@media screen and (max-width:750px) {
    .default-box {
        width: 7.5rem;
        padding: 0 0.2rem;
        padding-bottom: 0.2rem;
    }
    .default-title {
        border-bottom: 0.02rem solid #DDEAF3;
        height: 0.82rem;
        display: flex;
        align-items: center;
		width: 100%;
    	overflow-x: auto;
    }
    .default-title-text {
        font-size: 0.32rem;
        text-align: center;
        height: 0.8rem;
        line-height: 0.8rem;
        min-width: 25%;
        padding: 0 0.15rem;
        font-weight: bold;
        cursor: pointer;
        float: left;
    }
    .default-title-text.active {
        color: #0C70C6;
        border-bottom: 0.06rem solid #0C70C6;
    }
    .default-ul {
        list-style: none;
    }
    .default-li {
        width: 100%;
        cursor: pointer;
        height: auto;
        line-height: 1.5;
		border-bottom:1px dashed #ddd;
		padding:.2rem 0 0;
    }
	.default-ul table .default-li{ width:100%;}
    .dafault-li-yuan {
        width: 0.05rem;
        height: 0.05rem;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        vertical-align: middle;
		display:none;
    }
    .default-li-title {
        font-size: 0.3rem;
        color: #333;
        display: inline-block;
        width: 100%;
    }
    .default-li-time {
        font-size: 0.28rem;
        display: inline-block;
        text-align:left;
        width: 1.2rem;
		max-width:1.2rem;
        color: #999;
        vertical-align: middle;
		float:none;
		line-height:0.7rem;
    }
    .default-title2 {
        height: 0.8rem;
        display: flex;
        align-items: center;
    }
    .default-title2-div {
        width: 0.15rem;
        height: 0.4rem;
        background-color: red;
        margin-right: 0.15rem;
    }
    .default-title2-text {
        font-weight: bold;
        font-size: 0.36rem;
        display: inline-block;
        line-height: 0.8rem;
    }
    .default-ul2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0.2rem;
    }
    .default-li2 {
        float: left;
        width: 50%;
        height: 0.6rem;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
    }
    .dafault-li2-yuan {
        display: inline-block;
        width: 0.05rem;
        height: 0.05rem;
        background-color: #0C70C6;
        border-radius: 50%;
        margin-right: 0.07rem;
    }
    .default-li2-title {
        display: inline-block;
        font-size: 0.3rem;
        line-height: 0.6rem;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
    }
    .none {
        display: none;
    }
    .threeDiv {
        width: 33.3%;
    }
    .crumbs-title {
        font-size: 0.28rem;
        padding: 0.2rem 0;
        width: 100%;
        border-bottom: 0.02rem solid #eee;
    }
    .img-box {
        margin-top: 0.3rem;
        min-height: 0.75rem;
        display: block;
		width:100%;
		overflow:hidden;
    }
    .img-box-img {
        width: 48%;
    }
    .img-box-img1 {
        float: left;
    }
    .img-box-img2 {
        float: right;
		display:block;
		width:100%;
    }
	
	.xxgk_article td{ height:35px; white-space:nowrap; padding:0 15px;}
	.wenzhnag{ padding:0 0.2rem;}
	
}


.accessiblereading-toolbar-contain{
    font-size: 0.2rem;
}

